home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 07 / _SETUP.1 / Emlak 2000.exe / 0 / RCDATA / TFORM14 / TFORM14.txt < prev   
Text File  |  1999-02-04  |  3KB  |  156 lines

  1. object Form14: TForm14
  2.   Left = 352
  3.   Top = 167
  4.   BorderStyle = bsNone
  5.   Caption = 'Sat∩┐╜lan Dairelerin Listesi'
  6.   ClientHeight = 300
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 300
  22.     Height = 300
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.     OnMouseDown = Image1MouseDown
  26.   end
  27.   object Image2: TImage
  28.     Left = 32
  29.     Top = 240
  30.     Width = 113
  31.     Height = 38
  32.     Picture.Data = {<image001.jpg>}
  33.     Stretch = True
  34.     Visible = False
  35.   end
  36.   object Image3: TImage
  37.     Left = 160
  38.     Top = 240
  39.     Width = 113
  40.     Height = 38
  41.     Picture.Data = {<image002.jpg>}
  42.     Stretch = True
  43.     Visible = False
  44.   end
  45.   object Label1: TLabel
  46.     Left = 40
  47.     Top = 248
  48.     Width = 97
  49.     Height = 25
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Bul'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clLime
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = [fsBold]
  58.     ParentFont = False
  59.     Transparent = True
  60.     OnMouseDown = Label1MouseDown
  61.     OnMouseUp = Label1MouseUp
  62.   end
  63.   object Label2: TLabel
  64.     Left = 168
  65.     Top = 248
  66.     Width = 97
  67.     Height = 25
  68.     Alignment = taCenter
  69.     AutoSize = False
  70.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  71.     Font.Charset = DEFAULT_CHARSET
  72.     Font.Color = clLime
  73.     Font.Height = -13
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = [fsBold]
  76.     ParentFont = False
  77.     Transparent = True
  78.     OnMouseDown = Label2MouseDown
  79.     OnMouseUp = Label2MouseUp
  80.   end
  81.   object Label3: TLabel
  82.     Left = 32
  83.     Top = 224
  84.     Width = 46
  85.     Height = 13
  86.     Caption = 'Ad Soyad'
  87.     Transparent = True
  88.     Visible = False
  89.   end
  90.   object SpeedButton1: TSpeedButton
  91.     Left = 224
  92.     Top = 216
  93.     Width = 41
  94.     Height = 21
  95.     Caption = 'T∩┐╜m∩┐╜'
  96.     OnClick = SpeedButton1Click
  97.   end
  98.   object DBGrid1: TDBGrid
  99.     Left = 32
  100.     Top = 64
  101.     Width = 241
  102.     Height = 145
  103.     DataSource = DataSource1
  104.     FixedColor = 8750469
  105.     TabOrder = 0
  106.     TitleFont.Charset = DEFAULT_CHARSET
  107.     TitleFont.Color = clWindowText
  108.     TitleFont.Height = -11
  109.     TitleFont.Name = 'MS Sans Serif'
  110.     TitleFont.Style = []
  111.     OnDblClick = DBGrid1DblClick
  112.     Columns = <
  113.       item
  114.         Expanded = False
  115.         FieldName = 'Adsoyad'
  116.         Visible = True
  117.       end
  118.       item
  119.         Expanded = False
  120.         FieldName = 'Semt'
  121.         Visible = True
  122.       end>
  123.   end
  124.   object Edit1: TEdit
  125.     Left = 88
  126.     Top = 216
  127.     Width = 121
  128.     Height = 21
  129.     TabOrder = 1
  130.   end
  131.   object DataSource1: TDataSource
  132.     DataSet = Query1
  133.     Left = 184
  134.     Top = 40
  135.   end
  136.   object Query1: TQuery
  137.     Active = True
  138.     SQL.Strings = (
  139.       'select * from satilandaireler')
  140.     Left = 152
  141.     Top = 56
  142.     object Query1Adsoyad: TStringField
  143.       DisplayWidth = 25
  144.       FieldName = 'Adsoyad'
  145.     end
  146.     object Query1Semt: TStringField
  147.       DisplayWidth = 18
  148.       FieldName = 'Semt'
  149.       Size = 15
  150.     end
  151.     object Query1Satilandno: TIntegerField
  152.       FieldName = 'Satilandno'
  153.     end
  154.   end
  155. end
  156.